文档

获取账户详情

更新时间:

GetAccountInfo

描述

获取账户详情

请求参数

响应参数

参数 类型 描述
ErrorCode int 错误码
Message String 错误信息
Success boolean 请求状态
RequestId String 请求Id
AccountInfo Struct 账户详情,参考结构AccountInfo

结构AccountInfo

参数 类型 描述
AccountApplicationNumber Long 已同步用户数
AccountApplicationMax Long 最大可同步用户数
AccountConcurrentMax Long 最大有效并发数

返回示例

  1. {
  2. "Message": "请求成功",
  3. "RequestId": "3DE253F9-F91B-481A-8DEC-8B554CFBAFCD",
  4. "ErrorCode": 0,
  5. "Success": true,
  6. "AccountInfo": {
  7. "AccountApplicationNumber": 10,
  8. "AccountApplicationMax": 100,
  9. "AccountConcurrentMax": 10
  10. }
  11. }
  • 本页导读 (0)